.processitem {
  width: 120px;
  height: 250px;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  text-align: center;
  margin: 1rem 0;
}
.processitem .processico {
  width: 72px;
  height: 72px;
}
.processitem .processico img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.processnum {
  min-width: 56px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  font-family: 优设标题黑, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: rgb(0, 135, 24);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.34);
}
.processtitle {
  font-family: "思源黑体 CN Bold", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  height: 60px;
}
.processdate {
  font-family: "思源黑体 CN Normal", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
  font-weight: 350;
  font-style: normal;
  text-align: center;
}
